mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 01:35:39 +02:00
adding shebang notation to scripts
This commit is contained in:
parent
83b3c2dc69
commit
168f3cf6ba
4 changed files with 5 additions and 1 deletions
|
@ -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=.;
|
||||
|
|
|
@ -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=.;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Shell script to start RSE communications server
|
||||
# This script will start the datastore listening on any socket
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# QShell script to start RSE communications server
|
||||
# Usage: runServer portNumber socketTimeOut
|
||||
|
|
Loading…
Add table
Reference in a new issue