12 lines
143 B
Bash
12 lines
143 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
####################
|
||
|
# Name: move.sh
|
||
|
# Lisc: ISC
|
||
|
# Main: jadedctrl
|
||
|
# Desc: Move your bloody pieces!
|
||
|
#####################
|
||
|
|
||
|
file=$1
|
||
|
|