From aac9047ba668b8cd09a5ab131f57d1a11e8d3974 Mon Sep 17 00:00:00 2001 From: Joe Cridge Date: Sun, 19 Jun 2016 14:37:35 +0100 Subject: [PATCH] Add a few more allowed types --- binsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binsync.sh b/binsync.sh index de52b95..63d3845 100755 --- a/binsync.sh +++ b/binsync.sh @@ -4,7 +4,7 @@ shopt -s nullglob # Don’t take ‘*’ literally if there are no matches. -allowed_types=( sh rb ) +allowed_types=( pl py rb sh ) (( additions = 0, deletions = 0 ))