Created a folder for Misc stuff and rewritten README files in english
This commit is contained in:
12
Misc/shifty_stuff.sh
Executable file
12
Misc/shifty_stuff.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Jack-Benny Persson
|
||||
# LX13
|
||||
# Testing out shift
|
||||
|
||||
while [ -n "$1" ]; do
|
||||
echo $1
|
||||
shift
|
||||
done
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user