Add initial prototype.
This commit is contained in:
16
4-high/gel/applet/create_gel_assets.sh
Executable file
16
4-high/gel/applet/create_gel_assets.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
if [ "$LACE" = "" ]; then
|
||||
echo Please ensure the LACE environment variable points to the Lace installation root folder.
|
||||
exit
|
||||
fi
|
||||
|
||||
mkdir -p assets
|
||||
cd assets
|
||||
|
||||
ln -s $LACE/4-high/gel/applet/assets gel
|
||||
|
||||
|
||||
echo Done.
|
||||
Reference in New Issue
Block a user