use bash based on env, instead of hard coding location
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
sort <&0 | uniq --count | sort --numeric-sort
|
||||
|
||||
|
||||
Reference in New Issue
Block a user