]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_shrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _shrc
diff --git a/dot-files/_shrc b/dot-files/_shrc
new file mode 100644 (file)
index 0000000..2743f72
--- /dev/null
@@ -0,0 +1,10 @@
+#      $NetBSD: dot.shrc,v 1.3 2007/11/24 11:14:42 pavel Exp $
+
+if [ -f /etc/shrc ]; then
+       . /etc/shrc
+fi
+
+case "$-" in *i*)
+       # interactive mode settings go here
+       ;;
+esac