Horje
bashrc check if interactive Code Example
bashrc check if interactive
if [[ $- == *i* ]]; then
    do_interactive_stuff
fi




Shell

Related
install msf in termux Code Example install msf in termux Code Example
haskell change version Code Example haskell change version Code Example
teststand enter non ascii Code Example teststand enter non ascii Code Example
copy file to another directory linux Code Example copy file to another directory linux Code Example
git revert last commit remote Code Example git revert last commit remote Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10