2
0
Fork 0
mirror of https://github.com/pepa65/tldr-bash-client.git synced 2024-11-13 07:21:06 +01:00

Adjusted shebang (#4)

This commit is contained in:
pepa65 2017-07-17 01:24:12 +07:00
parent 4de0cf6115
commit cca250a070
2 changed files with 2 additions and 2 deletions

2
tldr
View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set +vx -o pipefail
[[ $- = *i* ]] && echo "Don't source this script!" && return 1
version='0.33'

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set +vx
[[ $- = *i* ]] && echo "Don't source this script!" && return 1
version='0.11'