Clean up after generating the repo list.

This commit is contained in:
Manuele Simi 2021-02-14 22:07:23 -05:00
parent 5afc9efc0e
commit a4ea2f4dea
1 changed files with 2 additions and 1 deletions

View File

@ -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
mv all_sorted.txt gCubeSystem_all_sorted_$timestamp.txt
rm allp.json all_filtered.json all_filtered1.txt all_filtered2.txt