mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
3 lines
90 B
Bash
3 lines
90 B
Bash
#!/bin/bash
|
|
export install_dir="$(cd "$(dirname "$0")"/.. && pwd)"
|
|
export clone_dir="lib"
|