This website requires JavaScript.
Explore
Help
Sign in
felix
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced
2025-05-24 11:04:41 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9f8d46204a
dotfiles
/
shell
/
command-not-found.sh
4 lines
67 B
Bash
Raw
Normal View
History
Unescape
Escape
initial commit
2017-01-26 13:48:55 +01:00
#!/bin/sh
Adapt shebangs Convert all shebangs to /usr/bin/env bash, if bash is really required in the script. Otherwise convert it to /bin/sh. /bin/bash is not available on all systems, while /usr/bin/env bash and /bin/sh are.
2018-05-23 13:33:43 +02:00
initial commit
2017-01-26 13:48:55 +01:00
[
-r /etc/profile.d/cnf.sh
]
&&
. /etc/profile.d/cnf.sh
Reference in a new issue
Copy permalink