Your IP : 216.73.217.90


Current Path : /proc/thread-self/root/proc/thread-self/root/usr/local/nvm/test/fast/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/usr/local/nvm/test/fast/teardown_dir

#!/bin/sh

(
  cd ../..

  # Restore
  if [ -d bak ]
    then
    mv bak/* . > /dev/null 2>&1 || sleep 0s
    rmdir bak
  fi
  mkdir -p src alias
)