Просмотр исходного кода

do nothing if not running interactively

pull/1/head
10sr 12 лет назад
Родитель
Сommit
525f9b8e7b
1 измененных файлов: 3 добавлений и 0 удалений
  1. +3
    -0
      bashrc

+ 3
- 0
bashrc Просмотреть файл

@@ -1,5 +1,8 @@
#!/bin/bash

# If not running interactively, don't do anything
[ -z "$PS1" ] && return

##########################
# system type



Загрузка…
Отмена
Сохранить