Searched refs:folderPS (Results 1 – 1 of 1) sorted by relevance
18 folderPS=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)54 if [ -d "../github-temp$folderPS" ]; then56 rm -rf ./github-temp$folderPS57 elif [ -d "github-temp$folderPS" ]; then58 rm -rf ./github-temp$folderPS174 mkdir github-temp$folderPS175 cd github-temp$folderPS308 if [ -d "../github-temp$folderPS" ]; then