blob: 1bba6c2ba865ea0fb5a19928e6220a0a2ddd73b5 [file] [log] [blame]
#!/bin/sh
(
cd ../..
# Back up
mkdir -p bak
mv v* src alias bak || sleep 0s
)