Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

get script dir bash

SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
Comment

script dir bash

#!/bin/bash

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
Comment

PREVIOUS NEXT
Code Example
Shell :: find php.ini ubuntu 
Shell :: install wps ubuntu 
Shell :: como instalar telegram ubuntu 
Shell :: uninstall pytorch 
Shell :: npm ERR! Maximum call stack size exceeded ubuntu 
Shell :: windows kill port 
Shell :: get ip mac terminal 
Shell :: failed to load module canberra-gtk-module 
Shell :: updated gitignore not working 
Shell :: install docker on manjaro linux 
Shell :: kill port in linux 
Shell :: check if nginx is running 
Shell :: how to install pipenv on mac 
Shell :: Could not install packages due to an OSError: [WinError 5] Access is denied: 
Shell :: ubuntu clear dns cache 
Shell :: install albumentations 
Shell :: restart samba service 
Shell :: how to clear container in docker 
Shell :: uninstall expo cli 
Shell :: flush dns cache mac os 
Shell :: git see all aliases 
Shell :: how to uninstall pycharm community edition in ubutu 
Shell :: necessary tools to install on kali linux WSL 
Shell :: apache enable site 
Shell :: git reset origin 
Shell :: error: you need to resolve your current index first git 
Shell :: Failed to restart apache2.service: Unit not found. 
Shell :: linux which shell am i running 
Shell :: how to uninstall git in ubuntu 18.04 
Shell :: uncommit last commit 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =