Skip to content

Conversation

@palango
Copy link

@palango palango commented Jun 5, 2025

Done by Claude Sonnet 4

Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)

Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
@palango palango requested a review from karlb June 5, 2025 15:48
@karlb karlb merged commit bf9250d into celo-rebase-13 Jun 10, 2025
31 checks passed
@karlb karlb deleted the palango/sh-token-create branch June 10, 2025 13:15
Kourin1996 pushed a commit that referenced this pull request Jul 23, 2025
Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
Kourin1996 pushed a commit that referenced this pull request Jul 25, 2025
Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
Kourin1996 pushed a commit that referenced this pull request Jul 26, 2025
Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
Kourin1996 pushed a commit that referenced this pull request Jul 26, 2025
Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
Kourin1996 pushed a commit that referenced this pull request Jul 27, 2025
Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
Kourin1996 pushed a commit that referenced this pull request Jul 27, 2025
Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
Kourin1996 pushed a commit that referenced this pull request Jul 28, 2025
Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
Kourin1996 pushed a commit that referenced this pull request Jul 28, 2025
Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
Kourin1996 pushed a commit that referenced this pull request Jul 28, 2025
Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
Kourin1996 pushed a commit that referenced this pull request Aug 4, 2025
Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
Kourin1996 pushed a commit that referenced this pull request Aug 4, 2025
Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
Kourin1996 pushed a commit that referenced this pull request Aug 6, 2025
Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
Kourin1996 pushed a commit that referenced this pull request Aug 7, 2025
* contracts: scripts for L2 token deployment/verification

See celo-org/celo-blockchain-planning#982

* contracts: Automatically read decimals for L2 tokens

contracts: Convert `gen_l2_token_cmds` to std sh (#392)

Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
Kourin1996 pushed a commit that referenced this pull request Aug 8, 2025
* contracts: scripts for L2 token deployment/verification

See celo-org/celo-blockchain-planning#982

* contracts: Automatically read decimals for L2 tokens

contracts: Convert `gen_l2_token_cmds` to std sh (#392)

Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
Kourin1996 pushed a commit that referenced this pull request Aug 11, 2025
* contracts: scripts for L2 token deployment/verification

See celo-org/celo-blockchain-planning#982

* contracts: Automatically read decimals for L2 tokens

contracts: Convert `gen_l2_token_cmds` to std sh (#392)

Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
gastonponti pushed a commit that referenced this pull request Sep 22, 2025
* contracts: scripts for L2 token deployment/verification

See celo-org/celo-blockchain-planning#982

* contracts: Automatically read decimals for L2 tokens

contracts: Convert `gen_l2_token_cmds` to std sh (#392)

Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
gastonponti pushed a commit that referenced this pull request Sep 22, 2025
* contracts: scripts for L2 token deployment/verification

See celo-org/celo-blockchain-planning#982

* contracts: Automatically read decimals for L2 tokens

contracts: Convert `gen_l2_token_cmds` to std sh (#392)

Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
gastonponti pushed a commit that referenced this pull request Sep 23, 2025
* contracts: scripts for L2 token deployment/verification

See celo-org/celo-blockchain-planning#982

* contracts: Automatically read decimals for L2 tokens

contracts: Convert `gen_l2_token_cmds` to std sh (#392)

Changed shebang from #!/usr/bin/env fish to #!/bin/sh
Replaced $argv with "$@" for command line arguments
Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments
Replaced status filename with basename "$0" to get script name
Changed return to exit 1 for script termination
Used standard variable assignment and export syntax
Used "$@" in the for loop to properly handle arguments with spaces
Used $(...) for command substitution (POSIX compliant)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants