window.ENTITIES={'/api/snippets/bash/bash%20create%20local%20variable%20in%20function':[{"result":true,"message":null,"batch":{"type":"bash","name":"bash create local variable in function","items":[{"id":"1Xzr0p","type":"bash","name":"bash create local variable in function","content":"#!/bin/bash\n\nfunction some_function() {\n local local_variable='Some text value here ...'\n \n # Some script code here ...\n}","source":"","author":{"id":"4a62ka","name":"Theodora-Battle","avatar":"1629142389626__4a62ka__w40px_h40px.jpg","points":528,"role":"BASIC"},"creationTime":1646341023000,"updateTime":null,"removalTime":null}]}}]};