File: reset_bash_prompt.sh

package info (click to toggle)
slurm-wlm 22.05.8-4%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 48,492 kB
  • sloc: ansic: 475,246; exp: 69,020; sh: 8,862; javascript: 6,528; python: 6,444; makefile: 4,185; perl: 4,069; pascal: 131
file content (11 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash
############################################################################
# Copyright (C) SchedMD LLC.
############################################################################
# Auxiliary file to test interactive commands.
# See proc reset_bash_prompt in globals.
############################################################################

unset PROMPT_COMMAND
unset PS0
export PS1="TEST_PROMPT: "