dropshell_alpine working. Example for xxhash recursive made.
This commit is contained in:
13
docker/dropshell_alpine/example.sh
Executable file
13
docker/dropshell_alpine/example.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
echo " Use: example <dir>"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
(
|
||||
cd "$1"
|
||||
echo ZG9ja2VyIHJ1biAtdHQgLXYuOi94IGdpdGVhLmpkZS5uei9qL2Ryb3BzaGVsbF9hbHBpbmUgaGFzaCAveA== | base64 -d | bash
|
||||
)
|
||||
|
Reference in New Issue
Block a user