mirror of
https://git.acl.cool/al/pages.git
synced 2025-12-15 20:11:17 -05:00
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
|