diff --git a/generateRepoList.sh b/generateRepoList.sh index 3939398..48f8924 100755 --- a/generateRepoList.sh +++ b/generateRepoList.sh @@ -5,4 +5,5 @@ grep "\"name\": " allp.json > all_filtered.json sed "s/^[ \t]*\"name\": \"//g" all_filtered.json > all_filtered1.txt sed 's/\",//g' all_filtered1.txt > all_filtered2.txt sort all_filtered2.txt > all_sorted.txt -mv all_sorted.txt gCubeSystem_all_sorted_$timestamp.txt \ No newline at end of file +mv all_sorted.txt gCubeSystem_all_sorted_$timestamp.txt +rm allp.json all_filtered.json all_filtered1.txt all_filtered2.txt \ No newline at end of file