#! /bin/bash #!/bin/bash # /* vim filetype=sh : */ # -*- sh -*- if [ -z "$1" ] then echo "requirez: no argument" exit fi if [ ! -f "$1" ] then echo "requirez: $f not a file" exit fi In=${In=$1} Out=${Out=$HOME/bin/wisp/$In} Lib=${Lib=$HOME/lib/wisp} Parts=${Parts="misc string math os io list"} #--------------------------------------------------------------- header() { cat< $Out chmod +x $Out chmod -w $Out ls -s $Out