Sign in
cobalt
/
third_party
/
nvm
/
refs/tags/v0.29.0
/
.
/
test
/
fast
/
setup
blob: f98394b992a5039dd136798170b6d439c7a8e6bc [
file
] [
log
] [
blame
]
#!/bin/sh
(
cd
../..
# Back up
type setopt
>/
dev
/
null
2
>&
1
&&
setopt NULL_GLOB
type shopt
>/
dev
/
null
2
>&
1
&&
shopt
-
s nullglob
rm
-
Rf
v
*
src alias
mkdir src alias
)