Changeset 1841 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Apr 7, 2016 7:14:06 PM (8 years ago)
Author:
raasch
Message:

some scripts now running under bash, redundant location message removed

Location:
palm/trunk/SCRIPTS
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r1827 r1841  
    1 #!/bin/ksh
     1#!/bin/bash
    22
    33# mbuild - script for compiling the PALM code and its utility programs
     
    2222# Current revisions:
    2323# ------------------
    24 #
     24# script now running under bash
    2525#
    2626# Former revisions:
  • palm/trunk/SCRIPTS/mrun

    r1805 r1841  
    1 #!/bin/ksh
     1#!/bin/bash
    22
    33# mrun - script for running PALM jobs
     
    2222# Current revisions:
    2323# ------------------
    24 #
     24# script now running under bash
    2525#
    2626# Former revisions:
  • palm/trunk/SCRIPTS/mrungui

    r1310 r1841  
    1 #!/bin/ksh
     1#!/bin/bash
    22
    33#--------------------------------------------------------------------------------#
     
    2020# Current revisions:
    2121# -----------------
    22 
     22# script now running under bash
    2323#
    2424# Former revisions:
  • palm/trunk/SCRIPTS/release_tutorial

    r1310 r1841  
    1 #!/bin/ksh
     1#!/bin/bash
    22#--------------------------------------------------------------------------------#
    33# This file is part of PALM.
     
    1818#
    1919# Current revisions:
    20 # -----------------
     20# ------------------
     21# script now running under bash
    2122#
    2223# Former revisions:
  • palm/trunk/SCRIPTS/subjob

    r1779 r1841  
    1 #!/bin/ksh
     1#!/bin/bash
    22
    33# subjob - script for automatic generation and submission of batch-job files
     
    2323# Current revisions:
    2424# ------------------
    25 #
     25# script now running under bash
    2626#
    2727# Former revisions:
Note: See TracChangeset for help on using the changeset viewer.