1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 17:55:39 +02:00

adding shebang notation to scripts

This commit is contained in:
David Dykstal 2006-04-22 20:19:08 +00:00
parent 83b3c2dc69
commit 168f3cf6ba
4 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,5 @@
# Shell script to starat RSE communications server
#!/bin/sh
# Shell script to start an RSE communications server
# This script will start the datastore listening on an available socket
export serverpath=.;

View file

@ -1,3 +1,4 @@
#!/bin/sh
# Shell script to starat RSE communications server
# This script will start the datastore listening on an available socket
export serverpath=.;

View file

@ -1,3 +1,4 @@
#!/bin/sh
#
# Shell script to start RSE communications server
# This script will start the datastore listening on any socket

View file

@ -1,3 +1,4 @@
#!/bin/sh
#
# QShell script to start RSE communications server
# Usage: runServer portNumber socketTimeOut