./abc.sh

  1. QwertyManiac

    A tiny bash issue

    Can someone tell me why my little script below (To switch the directory via BASH) does nothing on execution? #!/bin/bash cd /home/qwerty/Programs/C #abc.sh Here's my output: (Actually, its NOTHING) qwerty@qwerty-workstation:~$ ./abc.sh qwerty@qwerty-workstation:~$ I got no clue at all...
Top Bottom