shuffled some files around

This commit is contained in:
kepler155c@gmail.com
2019-07-01 17:25:21 -04:00
parent fdf6590dc7
commit 6fa7779d7d
4 changed files with 9 additions and 8 deletions

View File

@@ -1,6 +0,0 @@
fs.mount('packages/games/Othello.lua', 'urlfs', 'http://pastebin.com/raw/rMeh1Kag')
fs.mount('packages/games/Pipes.lua', 'urlfs', 'https://pastebin.com/raw/skcs9x1s')
fs.mount('packages/games/Strafe.lua', 'urlfs', 'https://pastebin.com/raw/jyDH7mLH')
fs.mount('packages/games/Breakout.lua', 'urlfs', 'https://gist.github.com/LDDestroier/c7528d95bc0103545c2a/raw')
fs.mount('packages/games/Minesweeper.lua', 'urlfs', 'https://pastebin.com/raw/nsKrHTbN')
fs.mount('packages/games/Tron.lua', 'urlfs', 'https://raw.githubusercontent.com/LDDestroier/CC/master/tron.lua')

6
games/etc/fstab Normal file
View File

@@ -0,0 +1,6 @@
packages/games/Othello.lua urlfs http://pastebin.com/raw/rMeh1Kag
packages/games/Pipes.lua urlfs https://pastebin.com/raw/skcs9x1s
packages/games/Strafe.lua urlfs https://pastebin.com/raw/jyDH7mLH
packages/games/Breakout.lua urlfs https://gist.github.com/LDDestroier/c7528d95bc0103545c2a/raw
packages/games/Minesweeper.lua urlfs https://pastebin.com/raw/nsKrHTbN
packages/games/Tron.lua urlfs https://raw.githubusercontent.com/LDDestroier/CC/master/tron.lua