Skip to content

Commit

Permalink
bash
Browse files Browse the repository at this point in the history
  • Loading branch information
babbaj committed Oct 15, 2023
1 parent 3b24086 commit f06c304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/zigcc.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
#!/usr/bin/env bash
zig cc "$@" 2> >(while read line; do echo "[sneed] $line"; done)
2 changes: 1 addition & 1 deletion java/zigcxx.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
#!/usr/bin/env bash
zig c++ "$@" 2> >(while read line; do echo "[sneed] $line"; done)

0 comments on commit f06c304

Please sign in to comment.