12 lines
168 B
Bash
12 lines
168 B
Bash
|
|
#! /bin/sh
|
||
|
|
#
|
||
|
|
# test.sh
|
||
|
|
# Copyright (C) 2018 fabian <fabian@FordPrefect.local>
|
||
|
|
#
|
||
|
|
# Distributed under terms of the MIT license.
|
||
|
|
#
|
||
|
|
|
||
|
|
|
||
|
|
export PATH=$PATH:/usr/local/bin
|
||
|
|
tmux
|