mirror of
https://github.com/obra/superpowers.git
synced 2026-04-25 19:19:06 +08:00
Use more generic "#!/usr/bin/env bash" instead of "#!/bin/bash" (#80)
"#!/bin/bash" does not work with nixos.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# Bisection script to find which test creates unwanted files/state
|
# Bisection script to find which test creates unwanted files/state
|
||||||
# Usage: ./find-polluter.sh <file_or_dir_to_check> <test_pattern>
|
# Usage: ./find-polluter.sh <file_or_dir_to_check> <test_pattern>
|
||||||
# Example: ./find-polluter.sh '.git' 'src/**/*.test.ts'
|
# Example: ./find-polluter.sh '.git' 'src/**/*.test.ts'
|
||||||
|
|||||||
Reference in New Issue
Block a user