Your IP : 216.73.217.90


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

#!/bin/sh

# Remove temporary files
(
  cd ../..

  type setopt >/dev/null 2>&1 && setopt NULL_GLOB
  type shopt >/dev/null 2>&1 && shopt -s nullglob
  rm -fR v* src alias test/test-xz
)