1
0
Disbranĉigi 0

Add title headers

This commit is contained in:
Jaidyn Ann 2017-03-28 06:36:27 -05:00
parent 8f9ea166bc
commit deddba69ca
2 changed files with 18 additions and 0 deletions

11
move.sh Normal file
View File

@ -0,0 +1,11 @@
#!/bin/sh
####################
# Name: move.sh
# Lisc: ISC
# Main: jadedctrl
# Desc: Move your bloody pieces!
#####################
file=$1

View File

@ -1,5 +1,12 @@
#!/bin/sh
####################
# Name: render.sh
# Lisc: ISC
# Main: jadedctrl
# Desc: Render that board.json, m8.
#####################
file=$1
height=$(lib/json.sh -s height $file)