#!/bin/sh
#PATH
export PATH="$PATH:/home/ant2ne/batch"
echo $PATH
bash
echo $PATH
#PATH
export PATH="$PATH:/home/ant2ne/batch"
echo $PATH
bash
echo $PATH
/home/ant2ne/batch is a location that I'd like to store all of my personal batch files. So as to not intermingle them with batches that may have come with other packages
Comment