Your IP : 216.73.216.74


Current Path : /usr/local/nvm/test/fast/
Upload File :
Current File : //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
)