2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Unify shebang lines

This commit is contained in:
Markus Hilger 2024-05-07 16:43:07 +02:00
parent dc13997f14
commit f42011a493
15 changed files with 15 additions and 15 deletions

View File

@ -30,7 +30,7 @@ Code Standard Example:
::
#! /usr/bin/perl
#!/usr/bin/perl
# This is a perl program example to demo the recommended
# style to write perl code

View File

@ -1,4 +1,4 @@
#! /usr/bin/env perl
#!/usr/bin/env perl
# IBM(c) 2014 EPL license http://www.eclipse.org/legal/epl-v10.html
# This package offers subroutines to access CIM server

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# Checkpoint/Restart related environment setup

View File

@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
# IBM(c) 2016 EPL license http://www.eclipse.org/legal/epl-v10.html
BEGIN { $::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : -d '/opt/xcat' ? '/opt/xcat' : '/usr'; }

View File

@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
# IBM(c) 2016 EPL license http://www.eclipse.org/legal/epl-v10.html
BEGIN { $::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : -d '/opt/xcat' ? '/opt/xcat' : '/usr'; }

View File

@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
# IBM(c) 2016 EPL license http://www.eclipse.org/legal/epl-v10.html
BEGIN { $::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : -d '/opt/xcat' ? '/opt/xcat' : '/usr'; }

View File

@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
# IBM(c) 2016 EPL license http://www.eclipse.org/legal/epl-v10.html
BEGIN { $::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : -d '/opt/xcat' ? '/opt/xcat' : '/usr'; }

View File

@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
# IBM(c) 2016 EPL license http://www.eclipse.org/legal/epl-v10.html
BEGIN { $::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : -d '/opt/xcat' ? '/opt/xcat' : '/usr'; }

View File

@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
# IBM(c) 2016 EPL license http://www.eclipse.org/legal/epl-v10.html
BEGIN { $::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : -d '/opt/xcat' ? '/opt/xcat' : '/usr'; }

View File

@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
# IBM(c) 2013 EPL license http://www.eclipse.org/legal/epl-v10.html
# This program will start a proxydhcp daemon to handle 4011 request

View File

@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
use IO::Socket::INET;
use Time::HiRes qw(gettimeofday sleep);
use Getopt::Long;

View File

@ -1,4 +1,4 @@
#! /usr/bin/env perl
#!/usr/bin/env perl
# This script calls xCAT command 'nodestat' and 'xdsh' to
# implement a status monitoring tool like CSM command 'csmstat

View File

@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
package genrestapidoc;

View File

@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/sh
# Get all the parameters

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# IBM(c) 2014 EPL license http://www.eclipse.org/legal/epl-v10.html
# Usage: