Searched refs:script_name (Results 1 – 3 of 3) sorted by relevance
26 script_name=$(basename $script_path)27 script=${script_name%.*} # Remove extension.
61 script_name="$2"69 "$script_name" &&
628 def _awk_script_path(self, script_name): argument629 if os.path.exists(script_name):630 return script_name635 path_in_root = os.path.join(script_root, script_name)640 + str(script_name) + " in " + path_in_root)