Home
last modified time | relevance | path

Searched refs:folderPS (Results 1 – 1 of 1) sorted by relevance

/developers/build/
Dgithub.sh18 folderPS=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)
54 if [ -d "../github-temp$folderPS" ]; then
56 rm -rf ./github-temp$folderPS
57 elif [ -d "github-temp$folderPS" ]; then
58 rm -rf ./github-temp$folderPS
174 mkdir github-temp$folderPS
175 cd github-temp$folderPS
308 if [ -d "../github-temp$folderPS" ]; then