diff options
Diffstat (limited to 'filehooker/refresh.sh')
-rwxr-xr-x | filehooker/refresh.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/filehooker/refresh.sh b/filehooker/refresh.sh new file mode 100755 index 00000000..956edfc2 --- /dev/null +++ b/filehooker/refresh.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +cd "$(dirname "$(readlink -f "$0")")" +rm -rvf out/ work +./build.sh -N filehooker +cp -v out/filehooker* /home/makefu/isos |