Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
2
Task/Program-name/Zkl/program-name-1.zkl
Normal file
2
Task/Program-name/Zkl/program-name-1.zkl
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/Homer/craigd/Bin/zkl
|
||||
println(System.argv);
|
||||
2
Task/Program-name/Zkl/program-name-2.zkl
Normal file
2
Task/Program-name/Zkl/program-name-2.zkl
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
./bbb.zkl
|
||||
zkl bbb.zkl
|
||||
15
Task/Program-name/Zkl/program-name-3.zkl
Normal file
15
Task/Program-name/Zkl/program-name-3.zkl
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#!/bin/sh
|
||||
# A bash script to run zkl if you haven't jumped
|
||||
# through all the Unix hoops to put the bits in the "right" places
|
||||
# You can change zklRoot to your build directory,
|
||||
# change the script name to "zkl" and put it in your bin path.
|
||||
# You may need to chmod a+x <this script>
|
||||
if [ -z $zklRoot ]; then
|
||||
zklRoot=$HOME/ZKL
|
||||
if [ ! -d $zklRoot ]; then
|
||||
zklRoot=$HOME/Projects/ZKL
|
||||
fi
|
||||
fi
|
||||
export zklRoot
|
||||
#set -o noglob
|
||||
LD_LIBRARY_PATH=$zklRoot/Lib $zklRoot/Bin/zkl "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue