X-Git-Url: https://git.armaanb.net/?p=bin.git;a=blobdiff_plain;f=inp;h=1689f79949c6515ee4c750a53119ad32ef25413f;hp=04b96cf50be519db61d810309216d100b92f9ca9;hb=HEAD;hpb=0810c43ff13cb220ee3f82ad744e1925338abc0b diff --git a/inp b/inp index 04b96cf..1689f79 100755 --- a/inp +++ b/inp @@ -1,4 +1,4 @@ #!/usr/bin/env sh -"$1" "$2" > "${2}.tmp" +$1 "$2" > "${2}.tmp" mv "${2}.tmp" "$2"