10 lines
117 B
Bash
Executable file
10 lines
117 B
Bash
Executable file
#!/bin/sh
|
|
|
|
builtin pushd acl.cool
|
|
rm -rf serve/
|
|
soupault
|
|
popd
|
|
builtin pushd ytheleus.org
|
|
rm -rf serve/
|
|
soupault
|
|
popd
|