shithub: img

Download patch

ref: 6e2495194d26f3dc492d31469ea2ff48e4971b2c
parent: a0c906fac8eb87187ffb935dacaac4adad71a13c
author: Alex Musolino <musolinoa@gmail.com>
date: Wed Aug 23 23:13:49 EDT 2023

archive.rc: actually run the output commands

--- a/sdrip/archive.rc
+++ b/sdrip/archive.rc
@@ -18,4 +18,4 @@
 END{
 	for(d in dirs)
 		printf "mkdir -p %s/img/%s\n", ENVIRON["HOME"], d
-}' | tac
+}' | tac | sh