some small fixes

This commit is contained in:
Mari Wahl 2014-10-13 19:41:37 -04:00
parent c351a52951
commit 57ce24af8c
92 changed files with 9799 additions and 26509 deletions

View file

@ -1,5 +0,0 @@
#!/bin/sh
for file in *.tar.bz2;
do mkdir -p "${file}-extracted";
tar --directory "${file}-extracted" -xjf "${file}";
done