mirror of
https://github.com/mjl-/mox.git
synced 2024-12-27 08:53:48 +03:00
replace another "/bin/bash" with "/usr/bin/env bash" and remove old file
This commit is contained in:
parent
5f297ce54c
commit
dd540e401a
2 changed files with 1 additions and 5 deletions
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# change output to regular filename:linenumber format for easier opening.
|
|
||||||
arg=$(echo $1 | sed 's,/,\\/,')
|
|
||||||
exec sed "s/^\([^:]*\): line \([0-9][0-9]*\), \(.*\)\$/${arg}\1:\2: \3/"
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
mkdir website/html 2>/dev/null
|
mkdir website/html 2>/dev/null
|
||||||
rm -r website/html/* 2>/dev/null
|
rm -r website/html/* 2>/dev/null
|
||||||
|
|
Loading…
Reference in a new issue