move scripts to .bin

This commit is contained in:
Nicholas Long
2022-07-06 05:30:22 +00:00
parent 37672d48b9
commit 6aa54766d9
8 changed files with 1 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# print every url in every file in deb-url-history directory
for f in $(ls deb-url-history/)
do
zcat "deb-url-history/$f"
done