Horje
how to get a script's directory in bash Code Example
how to get a script's directory in bash
#!/bin/bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"




Shell

Related
how to install staruml on ubuntu 18.04 Code Example how to install staruml on ubuntu 18.04 Code Example
ubuntn nginx restart Code Example ubuntn nginx restart Code Example
E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process u E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process u
install graphene django Code Example install graphene django Code Example
compress folder in tar.gz unix Code Example compress folder in tar.gz unix Code Example

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