Java Unix Encode unixCommands(final String prefix)

Here you can find the source of unixCommands(final String prefix)

Description

unix Commands

License

Open Source License

Declaration

public static String[] unixCommands(final String prefix) 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

public class Main {
    public static String[] unixCommands(final String prefix) {
        return new String[] { "/bin/bash", prefix + "-script.sh" };
    }//w  w  w  .j a  v  a  2 s  . co  m
}

Related

  1. unixEncode(String string)
  2. unixLineEndings(String text)
  3. UnixNameFilter(String Name)