6 lines
66 B
Bash
6 lines
66 B
Bash
#! /usr/bin/env bash
|
|
|
|
source /home/max/.bashrc
|
|
cd /home/max
|
|
$1 $2
|