#!/bin/bash link=$(readlink -- "$0") if [ -n "$link" ]; then echo "$link" else echo "gweh" fi