Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit df62451fcd - Show all commits

View File

@@ -0,0 +1,6 @@
#!/bin/sh
if grep -q 'output = args[2]' "$1"; then exit 0; fi
sed '/length(args)>0/aif (length(args)>1) { output = args[2] } else { output = "?" }' -i "$1"
sed '/jsonlite::flatten/,$s/input_file/output/g' -i "$1"